﻿arset="UTF-8";

.logo {
	position: absolute;
	top: 1.54rem;
	left: 50%;
	transform: translate(-50%);
	z-index: 999;
	opacity: 1;
	width: 5rem;
	height: 1.32rem;
}


.fade-leave {
	opacity: 1;
}

.fade-leave-active {
	transition: all 1s;
}

.fade-leave-to {
	opcaity: 0
}



.headerVideo {
	width: 100%;
	height: 100%;
	position: relative;
}

.el-carousel__indicators {
	/* display: none; */
}

.el-carousel__indicators--vertical {
	
}

.el-carousel__indicators--horizontal {
	/* display: none; */
}

.el-carousel {
	height: 100%;
}

.el-carousel__item {
	/* opacity: 0.75; */
	margin: 0;
}

.el-carousel__arrow {
	width: .80rem!important;
	height: .80rem!important;
	font-size: .30rem!important;
}

/* 指示器 隐藏 */
.el-carousel__indicators--horizontal {
	
}

/* 首页 轮播 指示器 隐藏 */
.el-carousel__indicators--horizontal {
	
}

/* 指示器 隐藏 */
.el-carousel__indicator--horizontal {
    display: inline-block!important;
    padding: 0rem 0rem!important;
	width: .30rem!important;
    height: .30rem!important;
	position: relative;
	margin-left: .20rem;
	bottom: .64rem;
}

.el-carousel__button {
	position: absolute;
    display: block;
    opacity: .8!important;
    width: 0.06rem!important;
    height: 0.06rem!important;
	border-radius: 50%!important;
    background-color: #FFF;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
	left: 50%;
    top: 50%;
	margin-top: -0.03rem;
    margin-left: -0.03rem;
}
.el-carousel__indicator.is-active button {
    opacity: 1!important;
}
.el-carousel__indicator.is-active {
    opacity: 1;
	
	background: url("../../images/langc/img/Index/active_icon.png") no-repeat center top;
	
	background-size: 100% 100%;
}

/* 首页 向下滑动  左侧切换*/

.el-carousel__indicators--vertical {
    left: .36rem;
    top: 50%;
    width: .30rem;
    overflow: hidden;  
}
.el-carousel__indicator--vertical {
    
    padding: 0rem 0rem!important;
    width: .22rem!important;
    height: .22rem!important;
    position: relative;
    margin-bottom: .20rem;
	opacity: .8;
    
}


/* 鼠标滚轮提示 */




/* 首页第二屏 */

.shouye2 {
	background: url("../../images/langc/img/Index/back1.png") no-repeat center;
	background-size: 100% 100%;
	height: 100%;
}

.center {
	height: calc(100% + 1rem);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 1.62rem;
}

/* .card {
	width: 3.72rem;
	height: 4.30rem;
	background-color: #ffffff;
	position: relative;
	transition: all 0.5s;
	overflow: hidden;
} */
.card {
    width: 3.72rem;
    height: 4.50rem;
    background-color: rgba(255, 255, 255, 0.85);
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
    /* opacity: .88; */
    animation-fill-mode: initial;
    z-index: 11;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.card .img {
	position: absolute;
	right: .42rem;
	bottom: 3.12rem;
	width: .9rem;
	transition: all 0.5s;
	z-index: 1;
}

.card .text {
	text-align: left;
	padding: 0 .40rem;
	position: absolute;
	top: 1.48rem;
	z-index: 1;
}

.card .title {
	font-weight: 700;
	color: #222222;
	font-size: .28rem;
}

.card .eng {
	font-family: AiDeep;
	font-weight: 700;
	color: #666666;
	font-size: .14rem;
}

.card .text-content {
	border-top: 1px solid #e6e6e6;
	padding-top: .25rem;
	margin-top: .25rem;
	position: relative;
}

.card .cont {
	color: #666666;
	font-size: .16rem;
	line-height: .32rem;
}

.card .point {
	display: inline-block;
	width: 0.05rem;
	height: 0.05rem;
	background: #1c4299;
	border-radius: 50%;
	margin-right: 0.06rem;
	line-height: .32rem;
	margin-bottom: 0.04rem;
}

.card .back-img {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	background-repeat: no-repeat;
	transition: all 0.6s;
	z-index: 1;
}

.card:nth-child(odd) {
	margin-bottom: .75rem;
}

.card:nth-child(even) {
	margin-top: .75rem;
}

.card:hover {
	cursor: pointer;
	box-shadow: 0rem .18rem .38rem 0.01rem rgba(102, 102, 102, 0.2500);
    background-color: #ffffff;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
    opacity: 1;
    animation-fill-mode: initial;
    z-index: 11;
    
}

.card:nth-child(odd):hover {
	margin-bottom: 1rem;
}

.card:nth-child(even):hover {
	margin-top: .5rem;
}

.card:hover .title {
	color: #1c4299;
}

.card:hover .eng {
	color: #1c4299;
}

.line{
	width: 0;
	border-bottom: 0.01rem solid #1c4299;
	position: absolute;
	top: 0;
	transition: all .5s;
}

.line-bottom{
	width: 0;
	border-bottom: 0.01rem solid #fff;
	position: absolute;
	bottom: 0;
	transition: all .5s;
}

.card:hover .text-content .line{
	/* border-top: 1px solid #1c4299; */
	width: 100%;
}

.card:hover .back-img {
	opacity: 1;
}

.card:hover .img {
	/* width: 1.30rem;
	bottom: 3.47rem; */
	width: .9rem;
    bottom: 3.1rem;
}
/* .card::after {
    content: '';
    position: absolute;
    width: 106%;
    height: 106%;
    top: -7px;
    left: -7px;
    background-color: #ffffff;
    opacity: .9;
    -webkit-filter: blur(5px);
    filter: blur(5px);
} */

/*# sourceMappingURL=1.css.map */

/* 首页第三屏 */

.shouye3 {
	background: url(../../images/langc/img/index3/bg.png) no-repeat center;
	background-size: 100% 100%;
	height: 100%;
}

.center3 {
	height: calc(100% + 100px);
	display: flex;
	align-items: center;
	gap: 100px;
}

.center3-cont {
	flex: 1;
	height: 60%;
	margin-left: 1.62rem;
}

.cont-title-line {
	font-size: .32rem;
	font-weight: bold;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.title-icon {
	width: 0.06rem;
	height: .29rem;
	background: #ffffff;
	border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
	opacity: 1;
	display: inline-block;
}

.more {
	font-size: .14rem;
	color: #ffffff;
	opacity: .7;
}
.more a {
	font-size: .14rem;
	color: #ffffff;
}

.more:hover {
	cursor: pointer;
	opacity: 1;
}

.two-cont {
	display: flex;
	align-items: flex-start;
	gap: .36rem;
}

.two-cont .cont {
	margin-top: .24rem;
	text-align: left;
	border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
	transition: all .5s;
	position: relative;
}

.two-cont .cont:hover {
	cursor: pointer;
	border-bottom: 0.01rem solid rgba(255, 255, 255, 1);
	opacity: 1;
}

.two-cont .cont:hover .line-bottom{
	width: 100%;
}

.two-cont .cont .img {
	width: 5.94rem;
	height: 3.02rem;
	overflow: hidden;
}

.two-cont .cont .img-cont {
	width: 100%;
	transition: all .5s;
}

.two-cont .cont:hover .img-cont {
	cursor: pointer;
	/*width: 105%;*/
	transform: scale(1.1);
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.two-cont .cont .title {
	font-size: .18rem;
	/* font-weight: bold; */
	color: #ffffff;
	line-height: .26rem;
	margin: .19rem 0;
	transition: all .5s;
	animation: fontWeight 2s;
}

.two-cont .cont:hover .title {
	font-weight: bold;
}

.two-cont .cont .text {
	font-size: .14rem;
	color: #ffffff;
	line-height: .22rem;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 这里是超出几行省略 */
	overflow: hidden;
	opacity: .7;
}

.two-cont .cont:hover .text,
.two-cont .cont:hover .detail {
	opacity: 1;
}

.two-cont .cont .detail {
	font-size: .14rem;
	color: #ffffff;
	line-height: .20rem;
	margin: .20rem 0;
	opacity: .7;
}

.more-cont {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	/* gap: .35rem; */
	padding-top: .24rem;
}

.more-cont .more-left {
	width: 5.075rem;
	text-align: left;
	border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
	transition: all .5s;
	position: relative;
	margin-right: .35rem;
}

.more-cont .more-left .img {
	width: 5.10rem;
	height: 2.87rem;
	overflow: hidden;
}

.more-cont .more-left .img .img-cont {
	width: 100%;
	transition: all .5s;
}

.more-cont .more-left:hover .img .img-cont {
	/*width: 105%;*/
	transform: scale(1.1);
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.more-cont .more-left:hover .line-bottom{
	width: 100%;
}

.more-cont .more-left .title {
	font-size: .18rem;
	/* font-weight: bold; */
	color: #ffffff;
	line-height: .26rem;
	margin: .19rem 0;
	transition: all .5s;
}

.more-cont .more-left:hover {
	cursor: pointer;
	border-bottom: 0.01rem solid rgba(255, 255, 255, 1);
	opacity: 1;
}

.more-cont .more-left:hover .title {
	font-weight: bold;
}

.more-cont .more-left .text {
	font-size: .14rem;
	color: #ffffff;
	line-height: .22rem;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 这里是超出几行省略 */
	overflow: hidden;
	opacity: .7;
}

.more-cont .more-left .detail {
	font-size: .14rem;
	color: #ffffff;
	line-height: .20rem;
	margin: .20rem 0;
	opacity: .7;
}

.more-cont .more-left:hover .text,
.more-cont .more-left:hover .detail {
	opacity: 1;
}

.more-cont .more-right {
	width: 6.80rem;
}

.more-cont .right-top {
	text-align: left;
	display: flex;
	/* gap: .40rem; */
	padding-bottom: .42rem;
	border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
	transition: all .5s;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
　　-ms-justify-content: space-between;
　　-o-justify-content: space-between;
}

.more-cont .right-top .rt-cont .img {
	width: 3.20rem;
	height: 1.80rem;
	overflow: hidden;
}

.more-cont .right-top .rt-cont .img .img-cont {
	width: 100%;
	transition: all .5s;
}

.more-cont .right-top .rt-cont:hover {
	cursor: pointer;
	opacity: 1;
}

.more-cont .right-top .rt-cont:hover .img .img-cont {
	/*width: 105%;*/
	transform: scale(1.1);
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.more-cont .right-top .title {
	font-size: .16rem;
	color: #ffffff;
	line-height: .26rem;
	width: 3.20rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0.08rem 0;
}

.more-cont .right-top .text {
	font-size: .14rem;
	color: #ffffff;
	line-height: .26rem;
}

.more-cont .right-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .15rem 0;
	border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
	transition: all .5s;
	position: relative;
}

.more-cont .right-bottom:hover {
	cursor: pointer;
	border-bottom: 0.01rem solid rgba(255, 255, 255, 1);
}

.more-cont .right-bottom:hover  .line-bottom{
	width: 100%;
}

.more-cont .right-bottom .title {
	text-align: left;
	font-size: .16rem;
	color: #ffffff;
	line-height: .26rem;
	width: 5.20rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.more-cont .right-bottom .title a {
	font-size: .16rem;
	color: #ffffff;
	
}

.more-cont .right-bottom .time {
	font-size: .14rem;
	color: #ffffff;
	line-height: .26rem;
}

.right-nav {
	height: 60%;
	float: right;
	margin-right: 1.62rem;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
}

.cube {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 1.28rem;
	width: 2.34rem;
	padding-left: .40rem;
	border: 0.01rem solid rgba(255, 255, 255, 0.2);
}

.cube .cube-img {
	width: .40rem;
	margin-right: .12rem;
}

.cube .cube-text {
	color: #fff;
	text-align: left;
}

.cube .cube-text .t-title {
	font-size: .16rem;
}

.cube .cube-text .t-eng {
	font-size: .14rem;
	font-family: AiDeep-Bold, AiDeep;
}

.cube:hover,
.cube-current {
	cursor: pointer;
	background: rgba(0, 149, 144, 0.6);
}

/* 第四屏 */
.shouye4 {
	height: 100%;
	background: linear-gradient(197deg, #00A9EB 0%, #1C4299 100%);
}

/* 第五屏 */
.shouye5 {
	height: 100%;
	background: linear-gradient(197deg, #00A9EB 0%, #1C4299 100%);
	position: relative;
}

.point-wave{
	width: 100%;
	position: absolute;
}

.s5-h {
	font-size: .32rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2.26rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.18rem;

}

.s5-dx {
	width: .34rem;
	height: 0.04rem;
	background: #FFFFFF;
	border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
	opacity: 1;
}

.bg-img {
	position: absolute;
	top: 1.2rem;
	left: 50%;
	transform: translate(-50%);
}

.s5-carousel {
	height: auto;
	width: 17.3rem;
	margin: 0 auto;
	margin-top: 0.4rem;
}

.carousel-card {
	display: flex;
	align-items: center;
	justify-content: center;
	/* gap: 0.36rem; */
}

.s5-card {
	/* height: 372px; */
	width: 3.60rem;
	opacity: 1;
	cursor: pointer;
	transition: all 0.5s;
	/* height: 3.545rem; */
	height: 100%;
	margin: 0rem .15rem;
}

.s5-card-img {
	width: 100%;
	height: 2.55rem;
}

.s5-card-text {
	padding: .16rem .18rem;
	background: #FFFFFF;
	transition: all 1s ease-in-out;
	/* height: 1.52rem; */
	height: 1rem;
    box-sizing: border-box;
}

.s5-card-title {
	font-size: .20rem;
	font-weight: bold;
	color: #222222;
	height: .27rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s5-card-content {
	font-size: .14rem;
	line-height: .24rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 这里是超出几行省略 */
	overflow: hidden;
	color: #666;
	margin-top: 0.1rem;
	height: .45rem;
	/* display: none; */
}

.s5-carousel>.el-carousel__container>.el-carousel__item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.s5-carousel>.el-carousel__container>.el-carousel__arrow {
	display: inline !important;
	width: .44rem !important;
	height: .44rem !important;
	border-radius: .30rem .30rem .30rem .30rem !important;
	opacity: 1 !important;
	border: 0.02rem solid #E6E6E6 !important;
	font-size: 0 !important;
}

.s5-carousel>.el-carousel__container>.el-carousel__arrow>i {
	font-size: 0.14rem;
	font-weight: 700;
}

.s5-carousel>.el-carousel__container>.el-carousel__arrow:hover {
	background: #FFFFFF !important;
	
}

.s5-carousel>.el-carousel__container>.el-carousel__arrow:hover>i {
	color: #1C4299 !important;
}

.s5-detail {
	margin-top: 0.14rem;
	color: #666;
}

.s5-card:hover {
	box-shadow: 0rem .15rem .30rem 0.01rem #0D3388;
	transform: translateY(-0.10rem);
}

.s5-card:hover>.s5-card-text>.s5-card-content {
	color: #222;
}

.s5-card:hover>.s5-card-text>.s5-card-title,
.s5-card:hover>.s5-card-text>.s5-detail {
	color: #1C4299;
}

.s5-nav {
	text-align: center;
	font-size: .20rem;
	font-family: AiDeep-Bold, AiDeep;
	font-weight: bold;
	color: #F9F9F9;
	line-height: .20rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.64rem;
}

.s5-nav-baseline {
	width: 1.44rem;
	height: 0rem;
	border: 0.01rem solid rgba(249, 249, 249, .6);
	margin: 0 .10rem;
}

.s5-nav-activeline {
	/* width: 48px; */
	height: 0rem;
	opacity: 1;
	border: 0.02rem solid #FFFFFF;
	transition: all .5s;
}
.s5-carousel > ul {
	display: none!important;
}

/* 第六屏 */
.shouye6 {
	background: url("../../images/langc/img/index6/bg.png") no-repeat center;
	background-size: 100% 100%;
	height: 100%;
}

.shouye6 .s6-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4.54rem;
	background: url("../../images/langc/img/index6/btm.png") no-repeat center;
	background-size: 100% 100%;
}

.s6-btm-top {
	padding: 0 1.62rem;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 0.38rem;
	padding-bottom: 0.3rem;
	border-bottom: 0.01rem solid rgba(255, 255, 255, .15);
}

.s6-bt-cont {
	height: 1.03rem;
}

.s6-bt-cont:nth-child(2n) {
	/* argin-left: 7.25rem;
	margin-right: 6.875rem; */
	padding: 0 1.14rem;
	border-left: 0.01rem solid rgba(255, 255, 255, .15);
	border-right: 0.01rem solid rgba(255, 255, 255, .15);
}

.s6-bt-title-line {
	display: flex;
	align-items: center;
}

.s6-bt-icon {
	width: 0.24rem;
	display: inline-block;
	margin-right: 0.1rem;
}

.s6-bt-title {
	font-size: 0.16rem;
	font-weight: bold;
	line-height: 0.24rem;
}

.s6-bt-text {
	font-size: .14rem;
	color: #FFFFFF;
	line-height: .24rem;
	margin-top: 0.14rem;
}

.ul {
	margin-left: .20rem;
}

.s6-phone {
	font-size: .30rem;
	font-family: AiDeep-Bold, AiDeep;
	font-weight: bold;
	color: #FFFFFF;
	line-height: .24rem;
	margin-top: 0.2rem;
}

.s6-btm-bottom {
	width: 100%;
	padding-top: 0.35rem;
	display: flex;
	justify-content: space-between;
}

.s6-btm-lt {
	width: 60%;
	margin-left: 1.62rem;
	display: flex;
	justify-content: space-between;
	color: #fff;
	cursor: pointer;
}

.s6-btm-items {
	font-size: .14rem;
	color: #FFFFFF;
	line-height: .30rem;
}

.s6-btm-items a {
    font-size: .14rem;
    color: #FFFFFF;
}

.s6-btm-rt {
	margin-right: 1.62rem;
}

.s6-btm-name {
	font-size: .16rem;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: .22rem;
}

.s6-btm-rt img {
    width: 1.15rem;
    height: 1.15rem;
}


.s6-btm-name a {
    font-size: .16rem;
    font-weight: 700;
    color: #FFFFFF;
}

.s6-footer {
	width: 100%;
	height: 0.5rem;
	background: #090B11;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1.60rem;
	color: #fff;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
}

.s6-ft-lt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.1rem;
}

.s6-ft-txt a {
	color: #fff!important;
	font-size: .16rem;
}
.s6-ft-txt {
	font-size: .16rem;
}
.s6-ft-rt {
    font-size: .16rem;
}
@media screen and (max-width: 1366px) {

.s6-footer {
    padding: 0 1rem;
}

}
